projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea5a091
)
(unexec): Message fix.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 4 Jan 1996 22:59:53 +0000
(22:59 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 4 Jan 1996 22:59:53 +0000
(22:59 +0000)
src/unexsni.c
patch
|
blob
|
history
diff --git
a/src/unexsni.c
b/src/unexsni.c
index 77bdd3b100e9f5970881b2c718f15c43576c76e4..3288027f7a507b8538c4f8e723b4298b93ce124f 100644
(file)
--- a/
src/unexsni.c
+++ b/
src/unexsni.c
@@
-458,7
+458,7
@@
unexec (new_name, old_name, data_start, bss_start, entry_address)
fatal ("Can't find .bss in %s.\n", old_name, 0);
if (old_sbss_index != (old_bss_index - 1))
- fatal (".sbss should come immediatly before .bss in %s.\n", old_name, 0);
+ fatal (".sbss should come immediat
e
ly before .bss in %s.\n", old_name, 0);
/* Figure out parameters of the new data3 and data2 sections.
* Change the sbss and bss sections.